10. git diff Revisited

git diff Revisited

Question:

Start Quiz:

Solution:

INSTRUCTOR NOTE:

If you are following along, you should run git checkout master before you commit. This is because your HEAD is still 'detached' from Lesson 1 when you checked out an old commit, and running this command will fix that. You'll learn more about what this command does later this lesson.